runtime.bitvector.ptrbit (method)

4 uses

	runtime (current package)
		heapdump.go#L247: 		if cbv.ptrbit(i) == 1 {
		mbitmap.go#L1491: 				mask[i/goarch.PtrSize] = locals.ptrbit(off)
		stack.go#L591: func (bv *bitvector) ptrbit(i uintptr) uint8 {
		stack.go#L612: 				print("        ", add(scanp, (i+j)*goarch.PtrSize), ":", ptrnames[bv.ptrbit(i+j)], ":", hex(*(*uintptr)(add(scanp, (i+j)*goarch.PtrSize))), " # ", i, " ", *addb(bv.bytedata, i/8), "\n")